| Previous | Chapter contents | Chapter top | Section top | Next |
The kQTVRInteractionNudgeMode property is used with the QTVRGetInteractionProperty (link) and QTVRSetInteractionProperty (link) functions and specifies the type of action to be taken by a nudge. You can use these constants to specify the nudge mode:
typedef enum QTVRNudgeMode {
kQTVRNudgeRotate = 0UL,
kQTVRNudgeTranslate = 1UL,
kQTVRUNudgeSameAsMouse = 2UL
} QTVRNudgeMode;
| Previous | Chapter contents | Chapter top | Section top | Next |